home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 2 / PCU0503CD2.iso / Crystal / 3rdparty / JavaVM / Plug-in / jplugin.exe / rt.jar / java / rmi / server / RemoteStub.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-16  |  527 b   |  15 lines

  1. package java.rmi.server;
  2.  
  3. public abstract class RemoteStub extends RemoteObject {
  4.    protected RemoteStub() {
  5.    }
  6.  
  7.    protected RemoteStub(RemoteRef var1) {
  8.       super(var1);
  9.    }
  10.  
  11.    protected static void setRef(RemoteStub var0, RemoteRef var1) {
  12.       var0.ref = var1;
  13.    }
  14. }
  15.